projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dccca98
)
(kkc-region): Don't bind echo-keystrokes.
author
Kenichi Handa
<handa@m17n.org>
Thu, 6 Aug 1998 05:38:11 +0000
(
05:38
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 6 Aug 1998 05:38:11 +0000
(
05:38
+0000)
lisp/international/kkc.el
patch
|
blob
|
history
diff --git
a/lisp/international/kkc.el
b/lisp/international/kkc.el
index cecc2a374aeeda3d77a201e78e7e58558aeb5e7a..3cc7607b0eca517152fdb27edebdf6f8b8c7d2ca 100644
(file)
--- a/
lisp/international/kkc.el
+++ b/
lisp/international/kkc.el
@@
-234,7
+234,7
@@
and the return value is the length of the conversion."
(force-mode-line-update)
(setq kkc-converting t)
(while kkc-converting
- (let* ((
echo-keystrokes 0
)
+ (let* ((
overriding-terminal-local-map kkc-keymap
)
(keyseq (read-key-sequence nil))
(cmd (lookup-key kkc-keymap keyseq)))
(if (commandp cmd)